home *** CD-ROM | disk | FTP | other *** search
- /* ======================================== */
- /* FINAL WRITER AREXX MACRO */
- /* by Nigel S. Domaingue, 31/1/95 */
- /* Automatic Removal of Indents */
- /* $Ver: Remove_Indent v1.0 (31/1/95) */
- /* ======================================== */
-
- Options Results
-
- Status LeftMargin
- left = Result
- Status RightMargin
- right = result
- Status Indent
- ind = Result
-
- If (left ~= 0 ) then LeftMargin 0
- If (right ~= 0 ) then RightMargin 0
- If (ind ~= 0 ) then Indent 0
-
-
-